home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / videoutils / a-g / ami2d / rexx / cleanup.rexx < prev    next >
OS/2 REXX Batch file  |  1978-11-24  |  329b  |  10 lines

  1. /* script to cleanup after ami2d */
  2.  
  3. call postmsg
  4. if show('ports',"RXC_AMI2D") then address rxc_ami2d 'stop'
  5. if show('ports',"RXB_AMI2D") then address rxb_ami2d 'stop'
  6. if show('ports', "AMI2D") then address ami2d 'stop'
  7. if show('ports', "LIN2D") then address lin2d 'stop'
  8. if show('ports', "NLN2D") then address nln2d 'stop'
  9. exit
  10.